home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qwhite10.arc / NINSTALL.TEC < prev    next >
Text File  |  1990-08-16  |  7KB  |  170 lines

  1. ID:NI Multiple Users of DESQview
  2. Quarterdeck Technical Note
  3. by Dan Sweeney
  4.  
  5. Q: ?    Can multiple users use DESQview from 1 master copy on a Novell
  6.     dedicated file server ?
  7.  
  8. A:.    Yes. Follow this procedure after you have read Appendix C
  9.         of the DESQview manual. 
  10.  
  11. Legal Considerations
  12.  
  13.     Your license agreement specifically prohibits you from assigning
  14.     or transfering DESQview to any other person. You are bound by the
  15.     terms of this license agreement when you use DESQview on a network.
  16.     EACH and EVERY INDIVIDUAL USER OF DESQview on ANY network MUST 
  17.     have purchased (or otherwise legally acquired) a copy of DESQview
  18.     and MUST have a DESQview manual. 
  19.  
  20. Operational Considerations
  21.  
  22.     MAPPING. Novell's MAP INSERT can be used inside DESQview. However we 
  23.         recommend that Search Drive mapping be done from within the login 
  24.     script prior to starting DESQview. Search drives (Z:, Y:, X:, ...) 
  25.         should never be used to change directories on the network inside 
  26.     DESQview. If a user issues the change directory command from within 
  27.         a DESQview window on a search mapped drive the new value entered 
  28.     (ie cd\data) is globally applied to all DESQview windows. This can 
  29.         cause application programs that use overlays to fail as the search 
  30.     map no longer points to the correct directory.  DESQview will 
  31.         remember the correct subdirectory on MAPped drives which are not 
  32.         search drives (F:, G:, H:, ...).
  33.  
  34.     PRINTING. A user can run Novell's CAPTURE command from within batch
  35.     files or from the keyboard within a DESQview window. If the user
  36.     runs CAPTURE in one window and then reruns CAPTURE in another window
  37.     the previous CAPTURE command is lost. It is best to set up your
  38.     default CAPTURE(s) from within the user login script prior to loading
  39.     DESQview. 
  40.  
  41.     SWAPPING. In the case where a workstation doesn't have or has 
  42.     run out of exPanded memory DESQview's default is to swap to the
  43.     directory where DESQview was started from. The user should have
  44.     both create and delete rights in his default DESQview directory.
  45.     If you have limited the users' network drive disk space DESQview
  46.     may post an error message when the user attempts to switch windows.
  47.     A DESQview SWAP file is typically as large as the amount of memory 
  48.         allocated to the program in the PIF file plus 10 to 16K. For 
  49.         programs that use exPanded memory this can vary quite a bit. Be sure 
  50.         to allow the user enough disk space to accommodate these swap files.
  51.  
  52.         Appendix C suggests that you may "share" the portions of DESQview
  53.         which are not unique to an individual.  This example shows how this 
  54.         might be done. The example lists the structure of directories and 
  55.     files on a Netware file server named QDECK, the user's name will be 
  56.     FRANK.  
  57.  
  58.       SYS:
  59.         ├── SYSTEM
  60.         ├── PUBLIC
  61.         ├── MAIL
  62.         ├── LOGIN
  63.         ├── USERS
  64.         ├── PROGRAMS
  65.         └── DATA
  66.  
  67.     Step 1.    Create a DESQview directory as a subdirectory of programs.
  68.  
  69.     Step 2.    COPY the DESQview diskette into  SYS:PROGRAMS/DESQview. 
  70.  
  71.     Step 3.    Create the FRANK\DV directory as a subdirectory of USERS.
  72.  
  73.     Step 4. COPY these files from SYS:PROGRAMS/DESQview into FRANK\DV
  74.     
  75.     DESQVIEW.DIR    DVSETUP.COM    
  76.     DESQVIEW.DVH    INSTLADD.COM    
  77.     AU-LOAD.COM    FW-LOAD.COM    
  78.     LT-LOAD.COM    MM-LOAD.COM    
  79.     PX-LOAD.COM    WS-LOAD.COM
  80.     DESQVIEW.DVO    INSTLCHG.COM
  81.     LS-LOAD.COM    MS.COM
  82.  
  83.     Step 5.    Create or modify user FRANK's login script simular 
  84.     to example below.
  85.  
  86.     FRANK's Login script looks like this:
  87.  
  88.     MAP *1:=SYS:USERS/%LOGIN_NAME/DV     ;places user in their DV directory
  89.     MAP P:=QDECK/SYS:DATA/PDOXDATA       ;required for Paradox
  90.     MAP S14:=QDECK/SYS:PROGRAMS/PARADOX  ;search map for Paradox
  91.     MAP S15:=QDECK/SYS:PROGRAMS/DESQview ;search map for DESQview
  92.     MAP S16:=QDECK/SYS:PUBLIC            ;search map to Public directory 
  93.                          ;to keep Netware's default map
  94.                                             ;from modifiying your path
  95.  
  96.     Step 6.    Login to the network as FRANK
  97.  
  98.     Step 7.    Make sure you are in the directory \USERS\FRANK\DV. 
  99.     Type Autoinst x: and press enter (substitute the drive letter 
  100.     ie F:, G:, ... for x). Repeat this step for each drive the user 
  101.     has access to.
  102.  
  103.     Step 8.    From the FRANK\DV directory type SETUP and press enter. 
  104.     You may choose either simple or advanced setup. The setup program    
  105.     will create a file named DVSETUP.DV in the FRANK\DV directory. This
  106.     file is specific to the user FRANK and the workstation's hardware
  107.     configuration (ie EGA monitor, allow swapping etc). If FRANK were to
  108.     change his video adapter from EGA to VGA SETUP should be run again
  109.     prior to starting DESQview. If FRANK were to login from another
  110.     workstation that didn't match the video and mouse settings in his
  111.     DVSETUP.DV problems may occur.
  112.  
  113.  
  114.     Your directory structure should now look similar to this.
  115. SYS:
  116.     ├─ SYSTEM
  117.     ├─ PUBLIC
  118.     ├─ MAIL
  119.     ├─ LOGIN
  120.     ├─ USERS
  121.     │  │
  122.     │  └─ FRANK   
  123.     │      └─ DV  (files)
  124.     │         └─ DESQVIEW.DIR
  125.     │            INSTLCHG.COM
  126.     │            INSTLADD.COM
  127.     │            DVSETUP.COM
  128.     │            DESQVIEW.DVO
  129.     │            DESQVIEW.DVH
  130.     │            DVSETUP.DV
  131.     │            AU-LOAD.COM   ;Loader file for Autocad
  132.     │            FW-LOAD.COM   ;Loader file for Framework
  133.     │            LS-LOAD.COM   ;Loader file for Lotus release 2-2.01
  134.     │            LT-LOAD.COM   ;Loader file for Lotus release 1
  135.     │            MM-LOAD.COM   ;Loader file for Multi-Mate
  136.     │            PX-LOAD.COM   ;Loader file for Paradox release 2-2.01
  137.     │            WS-LOAD.COM   ;Loader file for Wordstar
  138.     │            L2-PIF.DVP    ;PIF for Lotus
  139.     │            P2-PIF.DVP    ;PIF for Paradox
  140.     │          MS-PIF.DVP    ;PIF for Memory Status
  141.     │            AP-PIF.DVP    ;PIF for Add a Program
  142.     │            CP-PIF.DVP    ;PIF for Change & Delete a program        
  143.     │            DS-PIF.DVP    ;PIF for Dos Services
  144.     │            SS-PIF.DVP    ;PIF for Sample Spreadsheet
  145.     │            SD-PIF.DVP    ;PIF for Sample Document
  146.     │
  147.     │                          ;PIF stands for Program Information File.
  148.     │                          
  149.     ├── PROGRAMS           
  150.     │    │
  151.     │    ├─ DESQview
  152.     │    │    └─────── (copy the DESQview diskette to this directory)
  153.     │    │               
  154.     │    ├─ PARADOX
  155.     │    │    └─────── (program files for Paradox)
  156.     │    └─ LOTUS 
  157.     │         └─────── (program files for Lotus)
  158.     │        
  159.     └── DATA   
  160.          │       
  161.          ├─ PDOXDATA
  162.          │    └─────── (Database files for Paradox)
  163.          └─ 123DATA             
  164.               └─────── (Worksheet files for Lotus)
  165.  
  166.     FRANK should then start DESQview from the \FRANK\DV directory.
  167.  
  168.         Copyright (C) 1990 by Quarterdeck Office Systems
  169.              * * *   E N D   O F   F I L E    * * * 
  170.